home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / w95demo / w95demo.exe / A95DEMO.DXR / 00115.ls < prev    next >
Encoding:
Text File  |  1995-08-22  |  219 b   |  14 lines

  1. on mouseDown
  2.   global gAutoMode
  3.   hiliteButton()
  4.   pushLastScreen()
  5.   sound stop 1
  6.   clearMenuButtons()
  7.   if gAutoMode = 1 then
  8.     set the timeoutScript to EMPTY
  9.     doIntroAnimation()
  10.   else
  11.     go("p3")
  12.   end if
  13. end
  14.